diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html
index 279c731ab..9950301e7 100644
--- a/swh/web/ui/templates/layout.html
+++ b/swh/web/ui/templates/layout.html
@@ -1,11 +1,17 @@
-
-
-
+
+
diff --git a/swh/web/ui/templates/search.html b/swh/web/ui/templates/search.html
index 77c0a14d3..f816e8209 100644
--- a/swh/web/ui/templates/search.html
+++ b/swh/web/ui/templates/search.html
@@ -1,16 +1,16 @@
{% extends "layout.html" %}
{% block body %}
{% if message is not none %}
{{ message | safe }}
{% endif %}
{% if found is not none %}
Found: {{ found | safe }}
{% endif %}
{% endblock %}